home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mr_danger.swf / scripts / DefineButton2_183 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  200 b   |  10 lines

  1. on(press){
  2.    if(_root.tries > 0 && _root.gamerun == false)
  3.    {
  4.       _root.doggy.gotoAndStop(4);
  5.       _root.tries -= 1;
  6.       _root.gamerun = true;
  7.       _root.star.gotoAndPlay(2);
  8.    }
  9. }
  10.